[INFO] cloning repository https://github.com/MrNathanStiles/actr-rust-sample
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MrNathanStiles/actr-rust-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrNathanStiles%2Factr-rust-sample", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrNathanStiles%2Factr-rust-sample'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb1128f82a651c106abd68f06fac9331767df850
[INFO] fixing MrNathanStiles/actr-rust-sample against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrNathanStiles%2Factr-rust-sample" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MrNathanStiles/actr-rust-sample
[INFO] finished tweaking git repo https://github.com/MrNathanStiles/actr-rust-sample
[INFO] tweaked toml for git repo https://github.com/MrNathanStiles/actr-rust-sample written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MrNathanStiles/actr-rust-sample on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MrNathanStiles/actr-rust-sample already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded as-any v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5
[INFO] running `Command { std: "docker" "start" "a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking as-any v0.3.2
[INFO] [stderr]     Checking queues v1.1.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking actr-rust-sample v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected one of `!`, `+`, `::`, `;`, `where`, or `{`, found `,`
[INFO] [stdout]   --> src/ecs/component_array.rs:10:49
[INFO] [stdout]    |
[INFO] [stdout]  9 | trait QueryData: Sized {
[INFO] [stdout]    |                        - while parsing this item list starting here
[INFO] [stdout] 10 |     unsafe fn get(world: &World) -> Option<Self>,
[INFO] [stdout]    |                                                 ^ expected one of `!`, `+`, `::`, `;`, `where`, or `{`
[INFO] [stdout] 11 | }
[INFO] [stdout]    | - the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/ecs/component_array.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ... // fun stuff!
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 15 -         ... // fun stuff!
[INFO] [stdout] 15 +         .. // fun stuff!
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 15 -         ... // fun stuff!
[INFO] [stdout] 15 +         ..= // fun stuff!
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/ecs/component_array.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ... // fun stuff!
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 15 -         ... // fun stuff!
[INFO] [stdout] 15 +         .. // fun stuff!
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get` is not a member of trait `QueryData`
[INFO] [stdout]   --> src/ecs/component_array.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout] 15 | |         ... // fun stuff!
[INFO] [stdout] 16 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `QueryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get` is not a member of trait `QueryData`
[INFO] [stdout]   --> src/ecs/component_array.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | /     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout] 21 | |         (Q1::get(world), Q2::get(world))
[INFO] [stdout] 22 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `QueryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `T` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]    --> src/ecs/component_array.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl<T> ComponentArray<T>
[INFO] [stdout]     |      - first use of `T`
[INFO] [stdout] ...
[INFO] [stdout] 122 |     fn to_generic_pointer<T>(thing: T) -> usize
[INFO] [stdout]     |                           ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `T` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]    --> src/ecs/component_array.rs:130:29
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl<T> ComponentArray<T>
[INFO] [stdout]     |      - first use of `T`
[INFO] [stdout] ...
[INFO] [stdout] 130 |     fn from_generic_pointer<T>(generic_pointer: usize) -> &'static mut T
[INFO] [stdout]     |                             ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `+`, `::`, `;`, `where`, or `{`, found `,`
[INFO] [stdout]   --> src/ecs/component_array.rs:10:49
[INFO] [stdout]    |
[INFO] [stdout]  9 | trait QueryData: Sized {
[INFO] [stdout]    |                        - while parsing this item list starting here
[INFO] [stdout] 10 |     unsafe fn get(world: &World) -> Option<Self>,
[INFO] [stdout]    |                                                 ^ expected one of `!`, `+`, `::`, `;`, `where`, or `{`
[INFO] [stdout] 11 | }
[INFO] [stdout]    | - the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/ecs/component_array.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ... // fun stuff!
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 15 -         ... // fun stuff!
[INFO] [stdout] 15 +         .. // fun stuff!
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 15 -         ... // fun stuff!
[INFO] [stdout] 15 +         ..= // fun stuff!
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/ecs/component_array.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ... // fun stuff!
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 15 -         ... // fun stuff!
[INFO] [stdout] 15 +         .. // fun stuff!
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Component` in this scope
[INFO] [stdout]   --> src/ecs/component_array.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<C: Component> QueryData for &C {
[INFO] [stdout]    |         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `World` in this scope
[INFO] [stdout]   --> src/ecs/component_array.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout]    |                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `World` in this scope
[INFO] [stdout]   --> src/ecs/component_array.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout]    |                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/actr.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe extern {
[INFO] [stdout]    |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::actr::_actr_log_length`
[INFO] [stdout]  --> src/ecs/component_manager.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::actr::_actr_log_length;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Any` and `ops::DerefMut`
[INFO] [stdout]  --> src/ecs/component_manager.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{any::{Any, TypeId}, collections::HashMap, ops::DerefMut, sync::mpsc::Sender};
[INFO] [stdout]   |                 ^^^                                 ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Downcast`
[INFO] [stdout]  --> src/ecs/component_array.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use as_any::{AsAny, Downcast};
[INFO] [stdout]   |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::actr::_actr_log_length`
[INFO] [stdout]  --> src/ecs/component_array.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::actr::_actr_log_length;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Entity`, `self`, and `self`
[INFO] [stdout]  --> src/ecs/processor.rs:3:64
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...nator::{self, Coordinator}, entity_manager::EntityManager, message::{self, Message}, system_manager::SystemManager, Entity};
[INFO] [stdout]   |            ^^^^                                                         ^^^^                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::panic::PanicInfo`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::panic::PanicInfo;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `di::container::Container`
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use di::container::Container;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/lib.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     entity_manager::{self, EntityManager},
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/lib.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ///let mut coordinator = container.get_service::<Coordinator>();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 110 |     //let mut coor = coordinator.lock();
[INFO] [stdout] 111 |     let start = unsafe { actr_performance() };
[INFO] [stdout]     |     ------------------------------------------ rustdoc does not generate documentation for statements
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0403, E0405, E0407, E0425, E0586.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0403`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actr-rust-sample` (lib test) due to 10 previous errors; 10 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0407]: method `get` is not a member of trait `QueryData`
[INFO] [stdout]   --> src/ecs/component_array.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout] 15 | |         ... // fun stuff!
[INFO] [stdout] 16 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `QueryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get` is not a member of trait `QueryData`
[INFO] [stdout]   --> src/ecs/component_array.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | /     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout] 21 | |         (Q1::get(world), Q2::get(world))
[INFO] [stdout] 22 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `QueryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `T` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]    --> src/ecs/component_array.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl<T> ComponentArray<T>
[INFO] [stdout]     |      - first use of `T`
[INFO] [stdout] ...
[INFO] [stdout] 122 |     fn to_generic_pointer<T>(thing: T) -> usize
[INFO] [stdout]     |                           ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `T` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]    --> src/ecs/component_array.rs:130:29
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl<T> ComponentArray<T>
[INFO] [stdout]     |      - first use of `T`
[INFO] [stdout] ...
[INFO] [stdout] 130 |     fn from_generic_pointer<T>(generic_pointer: usize) -> &'static mut T
[INFO] [stdout]     |                             ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Component` in this scope
[INFO] [stdout]   --> src/ecs/component_array.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<C: Component> QueryData for &C {
[INFO] [stdout]    |         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `World` in this scope
[INFO] [stdout]   --> src/ecs/component_array.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout]    |                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `World` in this scope
[INFO] [stdout]   --> src/ecs/component_array.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |     unsafe fn get(world: &World) -> Option<Self> {
[INFO] [stdout]    |                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/actr.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe extern {
[INFO] [stdout]    |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::actr::_actr_log_length`
[INFO] [stdout]  --> src/ecs/component_manager.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::actr::_actr_log_length;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Any` and `ops::DerefMut`
[INFO] [stdout]  --> src/ecs/component_manager.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{any::{Any, TypeId}, collections::HashMap, ops::DerefMut, sync::mpsc::Sender};
[INFO] [stdout]   |                 ^^^                                 ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Downcast`
[INFO] [stdout]  --> src/ecs/component_array.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use as_any::{AsAny, Downcast};
[INFO] [stdout]   |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::actr::_actr_log_length`
[INFO] [stdout]  --> src/ecs/component_array.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::actr::_actr_log_length;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Entity`, `self`, and `self`
[INFO] [stdout]  --> src/ecs/processor.rs:3:64
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...nator::{self, Coordinator}, entity_manager::EntityManager, message::{self, Message}, system_manager::SystemManager, Entity};
[INFO] [stdout]   |            ^^^^                                                         ^^^^                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::panic::PanicInfo`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::panic::PanicInfo;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `di::container::Container`
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use di::container::Container;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/lib.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     entity_manager::{self, EntityManager},
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/lib.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ///let mut coordinator = container.get_service::<Coordinator>();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 110 |     //let mut coor = coordinator.lock();
[INFO] [stdout] 111 |     let start = unsafe { actr_performance() };
[INFO] [stdout]     |     ------------------------------------------ rustdoc does not generate documentation for statements
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0403, E0405, E0407, E0425, E0586.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0403`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actr-rust-sample` (lib) due to 10 previous errors; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5", kill_on_drop: false }`
[INFO] [stdout] a023a938897fad13a90b42d7c9d5f48985984ae34c92d08a9a82184b2b4ecec5
